Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/wI2L/jsondiff v0.5.0 -> v0.7.0 age confidence

Release Notes

wI2L/jsondiff (github.com/wI2L/jsondiff)

v0.7.0

Compare Source

This release adds the Patch.Invert method.

Changelog

  • 1847e60 chore(ci): bump golangci/golangci-lint-action from 7 to 8
  • 048e9b8 feat: add patch invert method
  • b22ffc0 doc: state that the apply method is not intended for public use
  • abf5672 chore: update LICENSE header year
  • 0c1ebb2 fix: LCS and Equivalent options combination
  • b40a29e ci: update golangci-lint to v2
  • e432ee9 chore(ci): bump codecov/codecov-action from 4 to 5 (#​30)

Full Changelog: wI2L/jsondiff@v0.6.1...v0.7.0

v0.6.1

Compare Source

This release fixes the behavior of the Equivalent option for nested arrays.

Changelog

  • 4fea2d0 chore: various fixes
  • 0a42b43 ci: fix workflow file extension
  • ea38423 fix: bound check on patch insert
  • 2399596 docs(README): add Github action badge for CI workflow
  • c154e66 ci: merge test/lint jobs in a single workflow
  • 2f1f3f0 docs(README): update benchmarks results
  • 19a2a0a feat: nested array equivalence
  • dfdd539 docs(README): remove broken Github Actions badge
  • d80a84c docs(README): update playground link

Full Changelog: wI2L/jsondiff@v0.6.0...v0.6.1

v0.6.0

Compare Source

This release introduces the CompareWithoutMarshal function, which is similar to the existing Compare function, but doesn't marshal/unmarshal to/from JSON the given interface values. As such, it expects that the values consists ONLY of primitive Go types, such as those returned by the json.Unmarshal function.

Changelog

  • 9bbbc45 test: small improvements to coverage
  • 71ffe13 chore(ci): update goreleaser config file version
  • 0f13bba chore(ci): update lint workflow action version
  • dc22c55 chore(ci): update release workflow action version
  • a8a5843 feat: add function CompareWithoutMarshal
  • 053aeb7 chore: retract version v0.5.1

Full Changelog: wI2L/jsondiff@v0.5.2...v0.6.0

v0.5.2

Compare Source

Changelog

  • 5b9121a chore: update gjson module
  • e4e08e2 fix: remove impossible condition in apply func
  • 91dfcd6 docs(README): remove warning about LCS and Factorize options

Full Changelog: wI2L/jsondiff@v0.5.1...v0.5.2

v0.5.1

Compare Source

Changelog

  • eba17e0 chore(ci): update workflows actions versions
  • 7097621 ci: add dependabot file to check Github actions
  • d3385d9 fix: factorization with LCS option
  • f20729a docs(README): use Github admonitions
  • adcd818 test: add examples from the RFC Appendix A
  • 076a95c docs(README): add table of contents for Options section

Full Changelog: wI2L/jsondiff@v0.5.0...v0.5.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency label May 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-wi2l-jsondiff-0.x branch from 93a7a9e to 1010d33 Compare June 17, 2024 16:40
@renovate renovate bot changed the title Update module github.com/wI2L/jsondiff to v0.5.2 Update module github.com/wI2L/jsondiff to v0.6.0 Jun 17, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Jun 17, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/tidwall/gjson v1.17.0 -> v1.18.0

@renovate renovate bot force-pushed the renovate/github.com-wi2l-jsondiff-0.x branch from 1010d33 to e813438 Compare November 17, 2024 00:36
@renovate renovate bot changed the title Update module github.com/wI2L/jsondiff to v0.6.0 Update module github.com/wI2L/jsondiff to v0.6.1 Nov 17, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-wi2l-jsondiff-0.x branch from e813438 to adf4cb5 Compare May 9, 2025 15:23
@renovate renovate bot changed the title Update module github.com/wI2L/jsondiff to v0.6.1 Update module github.com/wI2L/jsondiff to v0.7.0 May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants